home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / psfontmgr.preinst < prev    next >
Text File  |  2008-07-22  |  151b  |  13 lines

  1. #! /bin/sh
  2.  
  3. if [ "$1" = upgrade ]; then
  4.   if dpkg --compare-versions "$2" le 0.4.0; then
  5.     /usr/bin/defoma-app -t clean psfontmgr
  6.   fi
  7. fi
  8.  
  9.  
  10.  
  11. exit 0
  12.  
  13.